home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CUJ9204.ARJ / 1004113A < prev    next >
Text File  |  1992-06-02  |  186b  |  10 lines

  1.  
  2.    typedef double SPEED;
  3.    typedef double DISTANCE;
  4.    typedef double TIME;
  5.  
  6.    SPEED low_speed, high_speed;
  7.    DISTANCE short_distance, long_distance;
  8.    TIME brief_time, long_time;
  9.  
  10.